Use hda1, not sda1
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Mon, 18 Jul 2005 20:23:36 +0000 (13:23 -0700)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Mon, 18 Jul 2005 20:23:36 +0000 (13:23 -0700)
xen/arch/ia64/domain.c

index 8424aa246741ddbbb8d2f021c8e06dcd75ee1136..2cc011261fb1ca7c43cdaf0dec0f11bab113fe85 100644 (file)
@@ -311,7 +311,7 @@ int arch_set_info_guest(struct vcpu *v, struct vcpu_guest_context *c)
        init_all_rr(v);
 
        // this should be in userspace
-       regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/sda1",256L);  //FIXME
+       regs->r28 = dom_fw_setup(v->domain,"nomca nosmp xencons=tty0 console=tty0 root=/dev/hda1",256L);  //FIXME
        v->vcpu_info->arch.banknum = 1;
        v->vcpu_info->arch.metaphysical_mode = 1;
        v->arch.domain_itm_last = -1L;